forked from firecracker-microvm/firecracker
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build(deps): Bump the firecracker group with 24 updates #93
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps the firecracker group with 24 updates: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.4.12` | `4.4.18` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.73` | `1.0.78` | | [quote](https://github.com/dtolnay/quote) | `1.0.34` | `1.0.35` | | [syn](https://github.com/dtolnay/syn) | `2.0.44` | `2.0.48` | | [uuid](https://github.com/uuid-rs/uuid) | `1.6.1` | `1.7.0` | | [libc](https://github.com/rust-lang/libc) | `0.2.151` | `0.2.152` | | [serde](https://github.com/serde-rs/serde) | `1.0.193` | `1.0.195` | | [serde_json](https://github.com/serde-rs/json) | `1.0.109` | `1.0.111` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.53` | `1.0.56` | | [event-manager](https://github.com/rust-vmm/event-manager) | `0.3.0` | `0.4.0` | | [cargo_toml](https://gitlab.com/lib.rs/cargo_toml) | `0.17.2` | `0.18.0` | | [regex](https://github.com/rust-lang/regex) | `1.10.2` | `1.10.3` | | [userfaultfd](https://github.com/bytecodealliance/userfaultfd-rs) | `0.7.0` | `0.8.1` | | [env_logger](https://github.com/rust-cli/env_logger) | `0.10.1` | `0.11.0` | | [clap-num](https://github.com/newAM/clap-num) | `1.0.2` | `1.1.1` | | [base64](https://github.com/marshallpierce/rust-base64) | `0.21.5` | `0.21.7` | | [cpufeatures](https://github.com/RustCrypto/utils) | `0.2.11` | `0.2.12` | | [getrandom](https://github.com/rust-random/getrandom) | `0.2.11` | `0.2.12` | | [hermit-abi](https://github.com/hermitcore/hermit-rs) | `0.3.3` | `0.3.4` | | [prettyplease](https://github.com/dtolnay/prettyplease) | `0.2.15` | `0.2.16` | | [semver](https://github.com/dtolnay/semver) | `1.0.20` | `1.0.21` | | [shlex](https://github.com/comex/rust-shlex) | `1.2.0` | `1.3.0` | | [smallvec](https://github.com/servo/rust-smallvec) | `1.11.2` | `1.13.1` | | [winnow](https://github.com/winnow-rs/winnow) | `0.5.31` | `0.5.34` | Updates `clap` from 4.4.12 to 4.4.18 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@v4.4.12...v4.4.18) Updates `proc-macro2` from 1.0.73 to 1.0.78 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.73...1.0.78) Updates `quote` from 1.0.34 to 1.0.35 - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](dtolnay/quote@1.0.34...1.0.35) Updates `syn` from 2.0.44 to 2.0.48 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.44...2.0.48) Updates `uuid` from 1.6.1 to 1.7.0 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@1.6.1...1.7.0) Updates `libc` from 0.2.151 to 0.2.152 - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](rust-lang/libc@0.2.151...0.2.152) Updates `serde` from 1.0.193 to 1.0.195 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.193...v1.0.195) Updates `serde_json` from 1.0.109 to 1.0.111 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.109...v1.0.111) Updates `thiserror` from 1.0.53 to 1.0.56 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.53...1.0.56) Updates `event-manager` from 0.3.0 to 0.4.0 - [Release notes](https://github.com/rust-vmm/event-manager/releases) - [Changelog](https://github.com/rust-vmm/event-manager/blob/main/CHANGELOG.md) - [Commits](rust-vmm/event-manager@v0.3.0...v0.4.0) Updates `cargo_toml` from 0.17.2 to 0.18.0 - [Commits](https://gitlab.com/lib.rs/cargo_toml/commits/v0.18.0) Updates `regex` from 1.10.2 to 1.10.3 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.10.2...1.10.3) Updates `userfaultfd` from 0.7.0 to 0.8.1 - [Release notes](https://github.com/bytecodealliance/userfaultfd-rs/releases) - [Changelog](https://github.com/bytecodealliance/userfaultfd-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/bytecodealliance/userfaultfd-rs/commits) Updates `env_logger` from 0.10.1 to 0.11.0 - [Release notes](https://github.com/rust-cli/env_logger/releases) - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md) - [Commits](rust-cli/env_logger@v0.10.1...v0.11.0) Updates `clap-num` from 1.0.2 to 1.1.1 - [Release notes](https://github.com/newAM/clap-num/releases) - [Changelog](https://github.com/newAM/clap-num/blob/main/CHANGELOG.md) - [Commits](newAM/clap-num@1.0.2...1.1.1) Updates `base64` from 0.21.5 to 0.21.7 - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](marshallpierce/rust-base64@v0.21.5...v0.21.7) Updates `cpufeatures` from 0.2.11 to 0.2.12 - [Commits](RustCrypto/utils@cpufeatures-v0.2.11...cpufeatures-v0.2.12) Updates `getrandom` from 0.2.11 to 0.2.12 - [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md) - [Commits](rust-random/getrandom@v0.2.11...v0.2.12) Updates `hermit-abi` from 0.3.3 to 0.3.4 - [Release notes](https://github.com/hermitcore/hermit-rs/releases) - [Commits](hermit-os/hermit-rs@hermit-abi-0.3.3...hermit-abi-0.3.4) Updates `prettyplease` from 0.2.15 to 0.2.16 - [Release notes](https://github.com/dtolnay/prettyplease/releases) - [Commits](dtolnay/prettyplease@0.2.15...0.2.16) Updates `semver` from 1.0.20 to 1.0.21 - [Release notes](https://github.com/dtolnay/semver/releases) - [Commits](dtolnay/semver@1.0.20...1.0.21) Updates `shlex` from 1.2.0 to 1.3.0 - [Changelog](https://github.com/comex/rust-shlex/blob/master/CHANGELOG.md) - [Commits](https://github.com/comex/rust-shlex/commits) Updates `smallvec` from 1.11.2 to 1.13.1 - [Release notes](https://github.com/servo/rust-smallvec/releases) - [Commits](servo/rust-smallvec@v1.11.2...v1.13.1) Updates `winnow` from 0.5.31 to 0.5.34 - [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md) - [Commits](winnow-rs/winnow@v0.5.31...v0.5.34) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: proc-macro2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: quote dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor dependency-group: firecracker - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: event-manager dependency-type: direct:production update-type: version-update:semver-minor dependency-group: firecracker - dependency-name: cargo_toml dependency-type: direct:production update-type: version-update:semver-minor dependency-group: firecracker - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: userfaultfd dependency-type: direct:production update-type: version-update:semver-minor dependency-group: firecracker - dependency-name: env_logger dependency-type: direct:production update-type: version-update:semver-minor dependency-group: firecracker - dependency-name: clap-num dependency-type: direct:production update-type: version-update:semver-minor dependency-group: firecracker - dependency-name: base64 dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: cpufeatures dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: getrandom dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: hermit-abi dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: prettyplease dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: semver dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: shlex dependency-type: indirect update-type: version-update:semver-minor dependency-group: firecracker - dependency-name: smallvec dependency-type: indirect update-type: version-update:semver-minor dependency-group: firecracker - dependency-name: winnow dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Jan 23, 2024
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the firecracker group with 24 updates:
4.4.12
4.4.18
1.0.73
1.0.78
1.0.34
1.0.35
2.0.44
2.0.48
1.6.1
1.7.0
0.2.151
0.2.152
1.0.193
1.0.195
1.0.109
1.0.111
1.0.53
1.0.56
0.3.0
0.4.0
0.17.2
0.18.0
1.10.2
1.10.3
0.7.0
0.8.1
0.10.1
0.11.0
1.0.2
1.1.1
0.21.5
0.21.7
0.2.11
0.2.12
0.2.11
0.2.12
0.3.3
0.3.4
0.2.15
0.2.16
1.0.20
1.0.21
1.2.0
1.3.0
1.11.2
1.13.1
0.5.31
0.5.34
Updates
clap
from 4.4.12 to 4.4.18Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
0134f45
chore: Release995ee03
docs: Update changelog2f18909
Merge pull request #5314 from epage/required0a635b9
fix(parser): Don't duplicate requireds when usage disablede648e08
Merge pull request #5311 from sourcefrog/doc-exitcode8c83971
docs: Link to exit code infob250c0b
Merge pull request #5310 from epage/ptyc742b8e
chore(complete): Update completest-ptyf524d84
chore: Release944fb81
docs: Update changelogUpdates
proc-macro2
from 1.0.73 to 1.0.78Release notes
Sourced from proc-macro2's releases.
Commits
d850a1d
Release 1.0.786cefaec
Merge pull request #442 from dtolnay/byterange1082767
Expose Span::byte_rangeda1be4d
Release 1.0.7769fee37
Merge pull request #440 from dtolnay/example66a3ef0
Raise minimum tested compiler to 1.63d2441c3
Add example code for invalidate_current_thread_spans43011bf
Ensure invalidate_current_thread_spans has docs even if proc-macro disabled7e7bb0f
Improve documentation of invalidate_current_thread_spans64778fc
Move invalidate_current_thread_spans to proc_macro2::extraUpdates
quote
from 1.0.34 to 1.0.35Release notes
Sourced from quote's releases.
Commits
b01743f
Release 1.0.3557851d7
Pull in proc-macro2 sccache fixUpdates
syn
from 2.0.44 to 2.0.48Release notes
Sourced from syn's releases.
Commits
5e16fc2
Release 2.0.48dc40084
Merge pull request #1578 from dtolnay/elseblock82fcefc
Fix error message on unexpected token after 'else'e8a5c68
Merge pull request #1576 from dtolnay/exhaustive97b1df6
Pick up changes to non_exhaustive_omitted_patterns lint2c96972
Release 2.0.47845e295
Pull in proc-macro2 LexError fix36e50fa
Merge pull request #1575 from dtolnay/lexerror7b3286a
Preserve LexError's Display representation in syn::Error1650c86
Release 2.0.46Updates
uuid
from 1.6.1 to 1.7.0Release notes
Sourced from uuid's releases.
Commits
cefc353
Merge pull request #728 from uuid-rs/cargo/1.7.03255b54
prepare for 1.7.0 release403bb17
Merge pull request #727 from uuid-rs/chore/cargo-cleanupb7c6e26
make use of newer Cargo features for specifying dependenciesed13c73
Merge pull request #726 from uuid-rs/chore/pkg-size2e92a3d
Merge pull request #724 from bgeron/borsh-138f01ff
rename workfloweab4b85
reduce the package size of uuid421d752
Make the borsh feature work by itself, without having to specify private feat...2534949
Continue making feature borsh stable, as suggested by@KordAus
Updates
libc
from 0.2.151 to 0.2.152Release notes
Sourced from libc's releases.
Commits
3d17519
Merge pull request #3522 from JohnTitor/libc-0.2.1520f5d2c1
Prepare release for v0.2.152ee500ca
Merge pull request #3521 from rust-lang/main72093f3
Auto merge of #3510 - JohnTitor:prepare-libc-0.3, r=JohnTitore5612b9
Auto merge of #3520 - devnexen:fuchsia_upd, r=JohnTitor44ba265
fuchsia adding pthread_set/getname_np2f93bfb
Auto merge of #3519 - JohnTitor:tweak-libc-0.2-ci, r=JohnTitor11f7c7b
Auto merge of #3518 - asomers:more-sigsuspend, r=JohnTitor0b9596b
Tweak libc-0.2 CI5594447
Auto merge of #3517 - shuoer86:main, r=JohnTitorUpdates
serde
from 1.0.193 to 1.0.195Release notes
Sourced from serde's releases.
Commits
03eec42
Release 1.0.195196f311
Merge pull request #2671 from dtolnay/deadremote38d9e0b
Revert "Add FIXME to fix dead_code warning when using serde(remote)"6502b31
Fix new dead_code warning in tuple struct and tuple variant remote defs6f1a8c3
Add FIXME to fix dead_code warning when using serde(remote)d883c94
Work around dead_code warning in tests961fa59
Merge pull request #2670 from serde-rs/exhaustive8bc71de
Fill in omitted patterns for GenericArguments match7c65a9d
Pick up changes to non_exhaustive_omitted_patterns lintd2d977a
Release 1.0.194Updates
serde_json
from 1.0.109 to 1.0.111Release notes
Sourced from serde_json's releases.
Commits
0131ac6
Release 1.0.11196ecfad
Merge pull request #1100 from heiher/limb-64-la64c80dbaf
Set limb width to 64 for loongarch64df5cf21
Release 1.0.110c35856a
Pull in proc-macro2 sccache fixUpdates
thiserror
from 1.0.53 to 1.0.56Release notes
Sourced from thiserror's releases.
Commits
77d0af4
Release 1.0.56d4caabd
Pull in proc-macro2 sccache fix6089273
Release 1.0.55322a2ae
Merge pull request #280 from dtolnay/depinfofd7d7a5
Emit dep-info for probe.rs in case sccache needs it447c328
Release 1.0.544619db8
Merge pull request #279 from dtolnay/depinfo7b53bff
Make env-dep:RUSTC_BOOTSTRAP get listed in probe's dep-infoe0500ad
Merge pull request #277 from dtolnay/nightlyci48cea47
Make CI verify that error_generic_member_access works in latest nightlyUpdates
event-manager
from 0.3.0 to 0.4.0Release notes
Sourced from event-manager's releases.
Changelog
Sourced from event-manager's changelog.
Commits
0a8d2e8
Prepare 0.4.0 release36c0693
Update vmm-sys-util to 0.12.17f5c6ad
Bump rust-vmm-ci from9751aaa
to0100de0
087c755
Update code coverage7bf4ba2
Update code exclusion6d13573
Bump rust-vmm-ci from9dfe5b2
to9751aaa
dcfadd6
Update coverage_config_x86_64.json54e10b7
derive Debug for multiple types8250039
Build docs.rs documentation with remote_endpoint feature6970de9
Update CODEOWNERSUpdates
cargo_toml
from 0.17.2 to 0.18.0Commits
Updates
regex
from 1.10.2 to 1.10.3Changelog
Sourced from regex's changelog.
Commits
0c09903
1.10.3653bb59
deps: bump regex-automata to 0.4.4e7b5401
regex-automata-0.4.41bc667d
changelog: 1.10.3fbd2537
safety: guard in Input::new against incorrect AsRef implementations027eebd
cargo: set 'default-features = false' for memchr and aho-corasickdc0a9d2
ci: small clean-upsa3d5975
doc: fix link in Index<&str> impl docs4f5992f
doc: tweakCaptures
documentation837fd85
regex-cli-0.2.0Updates
userfaultfd
from 0.7.0 to 0.8.1Release notes
Sourced from userfaultfd's releases.
Changelog
Sourced from userfaultfd's changelog.
Commits
Updates
env_logger
from 0.10.1 to 0.11.0Changelog
Sourced from env_logger's changelog.
Commits
8f4361b
chore: Releaseba41ebb
docs: Update changelog5e226cb
chore: Release23441be
Merge pull request #300 from epage/other6c2ea80
style(filter): Clean up2d35260
feat(filter): Add a Logger decoratore6e2b63
fix(log)!: Dont re-export env_filter841eba4
refactor(filter): Pull out filter mod98c450f
refactor(filter): Pull out directive modc769e03
refactor(filter): Flatten the modUpdates
clap-num
from 1.0.2 to 1.1.1Release notes
Sourced from clap-num's releases.
Changelog
Sourced from clap-num's changelog.
Commits
6b2ed33
version: 1.1.0 -> 1.1.187b9d33
CHANGELOG: update25b0c5d
Fix typo9f7df1f
version: 1.0.2 -> 1.1.0cfc1936
Avoid once instance of unchecked mathdf00680
Tidy and remove some unnecessary allocations872ba83
CHANGELOG: update84adf1c
Allow capital K to count for kilo5ffba4e
Allow underscores in numbers539e7af
Bump actions/checkout from 3 to 4Updates
base64
from 0.21.5 to 0.21.7Changelog
Sourced from base64's changelog.
Commits
9652c78
v0.21.708deccf
provide as_str() method to return the alphabet characters (#264)1cd75a1
v0.21.65820d9b
Merge pull request #263 from marshallpierce/silverlyra-usage97d9180
Merge branch 'usage' of github.com:silverlyra/rust-base64 into silverlyra-usageb64c624
Merge pull request #262 from tamird/clape32ca18
examples: replace structopt with clap72f25a8
Simplify the example program40e162c
Rewrite the crate docstringbfde751
Merge pull request #260 from marshallpierce/mp/doc-grammarUpdates
cpufeatures
from 0.2.11 to 0.2.12Commits
5abf0fd
Release cpufeatures v0.2.12 (#1036)481df9d
cpufeatures: support more AVX512-related features (#1035)b896607
hybrid-array v0.2.0-pre.8 (#1033)55a93f1
hybrid-array: expand sizes (#1032)37c1560
hybrid-array: re-addAsRef\<[T; N]>
/AsMut\<[T; N]>
impls (#1031)c37259c
Release *-pre.2 prereleases (#1030)bbed36e
Bumpcrypto-common
to v0.2.0-pre.2 (#1029)5144cec
Bumphybrid-array
depenency to v0.2.0-pre.7 (#1028)e688bae
hybrid-array v0.2.0-pre.7 (#1027)404a67e
hybrid-array: useFrom
forArray
<->[T; N]
reference conversions (#1026)Updates
getrandom
from 0.2.11 to 0.2.12Changelog
Sourced from getrandom's changelog.
Commits
f68a940
Release v0.2.12 (#389)5fe3c8e
Raise minimum supported Apple OS versions (#388)8aa4efb
Document platform support policy (#387)7249e6e
Improve robustness of the Hermit backend andsys_fill_exact
(#386)169944f
Fix custom backend for targets without atomics (#385)Updates
hermit-abi
from 0.3.3 to 0.3.4Commits
857f078
add support of getdents64 to read directory entries (#519)dbb6aa6
Merge pull request #521 from hermit-os/jounathaen-readme-fixc39bbfa
Removed the Emoji ref from the README2ca9b75
Merge pull request #518 from mkroening/is-some-and120e1f9
refactor(build.rs): replacematches!
withis_some_and
031e962
Merge pull request #514 from mkroening/release-0.8.0ae00b4a
chore(hermit): release version 0.8.033a77b7
fix(hermit): removesys_network_init
stub01df758
chore: update kernel to 0.6.7e11dbee
Merge pull request #513 from stlankes/recvfromUpdates
prettyplease
from 0.2.15 to 0.2.16Release notes
Sourced from prettyplease's releases.
Commits
380c7b8
Release 0.2.167b9b350
Pull in proc-macro2 sccache fix987bea1
Merge pull request #65 from dtolnay/testmatchguarde5e9511
Add test of parenthesization of struct lit in match guardae86c8c
Merge pull request #64 from dtolnay/groupedacdc42e
Look into invisible delimiters to determine exterior struct litb2f30c7
Merge pull request #63 from dtolnay/structcond1575443
Add test of automatic parenthesization of braced structs in cond11ebfab
Format with new rustfmt that handles let-else91033e8
Give a variable name before passing boolean argUpdates
semver
from 1.0.20 to 1.0.21Release notes
Sourced from semver's releases.
Commits
f9cc2df
Release 1.0.2187914b1
Pull in proc-macro2 sccache fixb617188
Merge pull request #309 from dtolnay/optionifletelse5481cb9
Remove option_if_let_else clippy suppressionUpdates
shlex
from 1.2.0 to 1.3.0Changelog
Sourced from shlex's changelog.